home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / gtetris / patch-2.1.1 < prev    next >
Internet Message Format  |  1995-05-03  |  4KB

  1. From: azhao@cs.arizona.edu (Qiang Alex Zhao)
  2. Date: 18 Jan 93 19:52:18 GMT
  3. Newsgroups: alt.sources
  4. Subject: Generic Tetris Patch 2.1.0 to 2.1.1
  5.  
  6.  
  7. ---------------------------- CUT HERE ----------------------------
  8. diff -c tetris.2.1.orig/Imakefile tetris.2.1/Imakefile
  9. *** tetris.2.1.orig/Imakefile    Fri Jan 15 16:02:53 1993
  10. --- tetris.2.1/Imakefile    Mon Jan 18 12:02:06 1993
  11. ***************
  12. *** 32,39
  13.   
  14.   /**/##############################################################
  15.   
  16. !         DEFINES = -DSCOREFILE=\"$(SCOREFILE)\" $(RANDOM)
  17. !        INCLUDES = -I.
  18.   LOCAL_LIBRARIES = $(XLIB)
  19.     SYS_LIBRARIES = -lm
  20.              SRCS = tetris.c playing.c utils.c
  21.  
  22. --- 32,38 -----
  23.   
  24.   /**/##############################################################
  25.   
  26. !         DEFINES = -I. -DSCOREFILE=\"$(SCOREFILE)\" $(RANDOM)
  27.   LOCAL_LIBRARIES = $(XLIB)
  28.     SYS_LIBRARIES = -lm
  29.              SRCS = tetris.c playing.c utils.c
  30. diff -c tetris.2.1.orig/README tetris.2.1/README
  31. *** tetris.2.1.orig/README    Fri Jan 15 16:02:54 1993
  32. --- tetris.2.1/README    Mon Jan 18 12:02:06 1993
  33. ***************
  34. *** 1,5
  35.       GENERIC TETRIS
  36. !     ==============    Yet Another Tetris Game on X, V2.1.0
  37.   
  38.   
  39.   WHY ANOTHER?
  40.  
  41. --- 1,5 -----
  42.       GENERIC TETRIS
  43. !     ==============    Yet Another Tetris Game on X, V2.1.1
  44.   
  45.   
  46.   WHY ANOTHER?
  47. ***************
  48. *** 81,86
  49.   
  50.       Since the days of V1.8, I have got many responses over the net.
  51.       Thanks go to people who helped me in improving the program.
  52.   
  53.     [Jan 15, 93]  V2.1.0: Fixed a resource look-up bug found by Kiyotaka
  54.           Sakai <ksakai@mtl.t.u-tokyo.ac.jp>. Added "-u" option.
  55.  
  56. --- 81,90 -----
  57.   
  58.       Since the days of V1.8, I have got many responses over the net.
  59.       Thanks go to people who helped me in improving the program.
  60. +   [Jan 18, 93]  V2.1.1: Fixed a resource look-up bug found by Peter
  61. +         Kabal <kabal@inrs-telecom.uquebec.ca>, and Imakefile
  62. +         problem found by Tong Zhou <tzhou@cse.ogi.edu>.
  63.   
  64.     [Jan 15, 93]  V2.1.0: Fixed a resource look-up bug found by Kiyotaka
  65.           Sakai <ksakai@mtl.t.u-tokyo.ac.jp>. Added "-u" option.
  66. Common subdirectories: tetris.2.1.orig/X11 and tetris.2.1/X11
  67. Common subdirectories: tetris.2.1.orig/bitmaps and tetris.2.1/bitmaps
  68. diff -c tetris.2.1.orig/tetris.c tetris.2.1/tetris.c
  69. *** tetris.2.1.orig/tetris.c    Fri Jan 15 16:02:54 1993
  70. --- tetris.2.1/tetris.c    Mon Jan 18 12:02:06 1993
  71. ***************
  72. *** 74,80
  73.   
  74.   static int      opTableEntries = 16;
  75.   static XrmOptionDescRec opTable[] = {
  76. !     {"-s", ".scoresOnly", XrmoptionIsArg, (caddr_t) NULL},
  77.       {"-l", "*startLevel", XrmoptionSepArg, (caddr_t) NULL},
  78.       {"-p", "*preFilledLines", XrmoptionSepArg, (caddr_t) NULL},
  79.       {"-showNext", "*showNext", XrmoptionNoArg, (caddr_t) "on"},
  80.  
  81. --- 74,80 -----
  82.   
  83.   static int      opTableEntries = 16;
  84.   static XrmOptionDescRec opTable[] = {
  85. !     {"-s", "*scoresOnly", XrmoptionNoArg, (caddr_t) "yes"},
  86.       {"-l", "*startLevel", XrmoptionSepArg, (caddr_t) NULL},
  87.       {"-p", "*preFilledLines", XrmoptionSepArg, (caddr_t) NULL},
  88.       {"-showNext", "*showNext", XrmoptionNoArg, (caddr_t) "on"},
  89. ***************
  90. *** 105,111
  91.       char           *argv[];
  92.   {
  93.       (void) fprintf(stderr,
  94. !            "                 GENERIC TETRIS V2.1.0\n");
  95.       (void) fprintf(stderr,
  96.        "Copyright (C) 1992-93      Q. Alex Zhao, azhao@cs.arizona.edu\n");
  97.       (void) fprintf(stderr,
  98.  
  99. --- 105,111 -----
  100.       char           *argv[];
  101.   {
  102.       (void) fprintf(stderr,
  103. !            "                 GENERIC TETRIS V2.1.1\n");
  104.       (void) fprintf(stderr,
  105.        "Copyright (C) 1992-93      Q. Alex Zhao, azhao@cs.arizona.edu\n");
  106.       (void) fprintf(stderr,
  107. diff -c tetris.2.1.orig/tetris.man tetris.2.1/tetris.man
  108. *** tetris.2.1.orig/tetris.man    Fri Jan 15 16:02:54 1993
  109. --- tetris.2.1/tetris.man    Mon Jan 18 12:02:07 1993
  110. ***************
  111. *** 1,4
  112. ! .TH TETRIS 6 "15 Jan 1993, V2.1.0" "Univ of Arizona"
  113.   .SH NAME
  114.   GENERIC TETRIS \- Yet Another Tetris Game on X
  115.   .SH SYNOPSIS
  116.  
  117. --- 1,4 -----
  118. ! .TH TETRIS 6 "18 Jan 1993, V2.1.1" "Univ of Arizona"
  119.   .SH NAME
  120.   GENERIC TETRIS \- Yet Another Tetris Game on X
  121.   .SH SYNOPSIS
  122. --
  123. = Qiang Alex Zhao                 ___       .             ______
  124.   Computer Science Dept          /   )     /|   )          __//  )
  125.   University of Arizona         /   /     /_|  / _        //    /_  _. ._
  126.   azhao@cs.arizona.edu         (__)(_o   /  (_(_(-'_)(   ((____/ (_(_(_(_)
  127.  
  128.